home *** CD-ROM | disk | FTP | other *** search
- Path: student.uni-tuebingen.de!not-for-mail
- From: "Reinhard Katzmann" <Suamor@student.uni-tuebingen.de>
- Newsgroups: comp.sys.amiga.networking
- Subject: Re: AmiTCP Patch 4.3
- Date: Tue, 09 Apr 1996 19:58:45 -0500
- Organization: InterNetNews at ZDV Uni-Tuebingen
- Distribution: world
- Message-ID: <69071237%suamor@student.uni-tuebingen.de>
- References: <860.6666T825T2917@xmission.com> <69071224%suamor@student.uni-tuebingen.de> <2064.6668T593T1075@xmission.com> <69071233%suamor@student.uni-tuebingen.de> <709.6672T1295T1823@cuci.nl>
- Reply-To: "suamor" <suamor@student.uni-tuebingen.de>
- NNTP-Posting-Host: gw192.informatik.uni-tuebingen.de
- X-NewsReader: IntuiNews 1.3a (7.9.95)
-
- Michael Mommertz wrote on 8 Apr 1996 19:36:42 GMT the following article:
-
- > Anybody knows how I get AmiTCP to not dial again if I
- > just rebooted my machine and want to establish connection again
- > without disconnecting first ??
- > It used to work on 4.2
-
- I already answered this question in the "AmiTCP4.3 offline" article but
- to complete it here is what I changes in the startnet script:
-
- .key PRVCNF/F,DEBUG/S,NOSRV/S,UMS/S
- .bra {
- .ket }
- ;
- ; "NOSRV" if servers are not used, _nothing_ otherwise
- .def NOSRV
- .def PRVCNF provider
-
- Note: I prefer having running servers by default than not having running
- them. The UMS switch is only for me private when I want to download news
- and mail (it only starts a script). You can now specify the "PRVCNF"
- option to start with a different config file, f.e.
- > startnet offline
-
- Of course you need then a offline.conf to be able to run it.
-
- [...]
-
- If NOT Warn
- ; Log in with the default user name (ENV:LOGNAME)
- AmiTCP:bin/login -f
- ; Configure AmiTCP, configure lo0 if using servers
- If X EQ "X{NOSRV}"
- Set LOOPBACK LOOPBACK
- Else
- Set LOOPBACK ""
- EndIf
- AmiTCP:bin/bootpconfig PROVIDERFILE=AmiTCP:db/{PRVCNF}.conf $LOOPBACK {DEBUG}
-
- [...]
-
- If X EQ "X{NOSRV}"
- If X EQ "X{DEBUG}"
- Run <NIL: >NIL: AmiTCP:bin/inetd
- Else
- Run AmiTCP:bin/inetd {DEBUG}
- EndIf
- EndIf
-
- [...]
-
- - Reinhard Katzmann
-
- ---
- E-Mail: suamor@student.uni-tuebingen.de
-
- One day I hope to finish my RPS Pertergrin
- Concept for Pertergin (yet in german) avalaible on Request
- Current Amiga-Project: GuideTool (GUI) V1.1BETA
-
-